func github.com/go-pg/pg/v10/orm.appendPKConstraint

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		table_create.go#L110: 	b = appendPKConstraint(b, table.PKs)
		table_create.go#L162: func appendPKConstraint(b []byte, pks []*Field) []byte {